Redact(IList<RedactAnnotation>,RedactOptions) Method
In This Topic
Applies a list of specified
GrapeCity.Documents.Pdf.Annotations.RedactAnnotations to the current document.
Syntax
'Declaration
Public Overloads Sub Redact( _
ByVal As System.Collections.Generic.IList(Of RedactAnnotation), _
Optional ByVal As RedactOptions _
)
public void Redact(
System.Collections.Generic.IList<RedactAnnotation> ,
RedactOptions
)
Parameters
- redactAnnotations
- The list of GrapeCity.Documents.Pdf.Annotations.RedactAnnotation objects to apply.
- redactOptions
- Specifies the additional redact options. If null, the default settings are used.
See Also